CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - item tree

搜索资源列表

  1. 111

    0下载:
  2. 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treect
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:602027
    • 提供者:yang
  1. TreeCtrlDemo

    0下载:
  2. After quite a few requests, I thought I d post this tree control that uses a similar selection drawing style to the list control I posted here: ListCtrl - A WTL list control with Windows Vista style item selection. For an added bonus, I ve also inclu
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:13660
    • 提供者:含羞草
  1. TreeListV3

    0下载:
  2. The accompanying code is an implementation of a tree view, combined with a list view, for the Windows API. The view is compatible to the tree control of the common controls. It allows the user to set colors, text, and icons for each item separately.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:62162
    • 提供者:宋先生
  1. School ManageSys V2.0

    0下载:
  2. 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自
  3. 所属分类:Windows编程

    • 发布日期:2014-01-20
    • 文件大小:991096
    • 提供者:xiaomin
  1. 校信息管理系统(ADO+SQL2000)

    0下载:
  2. 将在SQL2000下建立schooldata数据库,导入数据文件。实现功能:操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内。双击LIST控件显示具体信息。也可以在窗口里单击右键或操作菜单具体操作。-will establish schooldata SQL2000 database, import data files. Achieving function : : On the choice of
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:855684
    • 提供者:叶秋风
  1. AVL树实现

    0下载:
  2. 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
  3. 所属分类:其它

    • 发布日期:2010-04-03
    • 文件大小:24543
    • 提供者:doitfreely
  1. 三态树:一个树控件的派生控件

    0下载:
  2. 三态树:一个树控件的派生控件,完成item的三种状态,Tri-state tree: A tree control derivative controls, the three states to complete item
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-09
    • 文件大小:27720
    • 提供者:
  1. TreeListV7

    0下载:
  2. 实现了对TreeCtrl控件的完美功能,包括:加位图,列属性的对应,在Item上进行编辑与增加List,全面的Tree风格进行选择,-TreeCtrl achieve perfect control features, including: additional digital map out the corresponding attributes in the Item to edit with the increase in the List, a comprehensive select
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:103734
    • 提供者:jiqiubo
  1. MyTree

    0下载:
  2. 全面的介绍了tree空间的操作,包括添加item等-A comprehensive introduction to the operation of the tree space, including the added item, such as
  3. 所属分类:TreeView

    • 发布日期:2017-03-28
    • 文件大小:37488
    • 提供者:刘忠
  1. WPSDM

    0下载:
  2. Office等文档管理编辑. 采用树状目录方式管理文档,支持文档及文档库新建、导入、改名、删除等操作、甚至整个目录及其下文档的导入等操作. 内置“题库组卷”功能. 本软件为绿色软件. -Office and other document management editor. Adopted tree management of documents, supporting documentation and the new document library, import, ren
  3. 所属分类:Education soft system

    • 发布日期:2017-05-26
    • 文件大小:8971605
    • 提供者:yupllll
  1. ColorTreeCtrl_demo

    0下载:
  2. 树控件,能够方便的改变Item的颜色-Tree controls, the ability to easily change the color of Item
  3. 所属分类:TreeView

    • 发布日期:2017-04-02
    • 文件大小:17835
    • 提供者:virus
  1. FileSystem

    1下载:
  2. 我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:282910
    • 提供者:陈忻
  1. MoveTreeItem_demo

    0下载:
  2. 一个学习treeCtrl的很好例子。该程序能够移动树控件的item到另一个树下。-The application is able to move a part of a tree control s hierarchy to live under a different tree item.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:21410
    • 提供者:JOHN
  1. VisualC__NETshuxingkongjiandeshiyong

    0下载:
  2. 对树形控件中项目的添加、图标的建立、项目的选择以及右键弹出快捷菜单等技术进行详细的阐述,对树形控件项目的操作与更新进行说明,对在树形控件与数据库的连接中需 要注意的问题进行了探讨。-On the tree control to add the item, the icon of the establishment of project selection and the right technologies such as pop-up shortcut menu detail, the o
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:112115
    • 提供者:杨利明
  1. ColumnTreeCtrl

    0下载:
  2. 一个自绘的列表树控件 列表item中实现添加树控件效果 一个自绘的列表树控件-A list drawn from a list item in the tree control, tree control, add effects to achieve a self-drawn tree control list
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:12698
    • 提供者:machh
  1. ab

    0下载:
  2. 设计用于查询学生信息的应用程序,要求界面有一个树形控件和列表控件。树形控件分三层显示学生的分类情况:第一层是按“学院”分类,第二层按“学年”分类,第三层按“班级”分类。双击“班级”项,要在列表控件里以报表格式显示该班所有学生的学号、姓名、住址和联系方式-Designed to check student information applications require control and interface with a tree list control. Tree Controls sh
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:412985
    • 提供者:李海涛
  1. MFC XML

    0下载:
  2. 实现了一个CXMLFile类来操作XML文件,对应用程序设置选项的保存作了特别的接口支持,并实现了一个CPersistentTreeCtrl(一个可保存标签项的树控件)来演示CXMLFile类的用法。 -Implements a class to manipulate XML files CXMLFile, set the options for saving the application made a special interface support, and implementat
  3. 所属分类:Windows编程

    • 发布日期:2012-12-10
    • 文件大小:71484
    • 提供者:lingao
  1. DragTree

    0下载:
  2. 此程序实现了在树状结构中可以自由拖动子项,放在任意父项中-This program implements the tree drag the child free to put any parent item
  3. 所属分类:TreeView

    • 发布日期:2017-05-15
    • 文件大小:3698969
    • 提供者:老江
  1. binaryTree

    0下载:
  2. 求二叉树中从根结点到叶子节点的路径 //实现功能: //2. 求二叉树中从根结点到叶子节点的路径 //需求分析: //对于二叉树,分别用递归和非递归的方法编写程序完成如下功能: //1. 输出所有的叶子结点的数据项值。 //2. 输出所有从叶子节点到根结点的路径 //3. 输出(2)中的第一条最长的路径 //程序存在的问题:数值只能输入0~9,其他基本满足要求 //测试数据先序输入:124 7 35 68 9-Find a binary tree from r
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1355
    • 提供者:chenxinyuan
  1. TreeControlDemo

    0下载:
  2. vc——动态添加、删除树形控件的节点,获取树形控件的选中项\TreeControlDemo-vc- dynamically add, remove tree control node, to obtain control of the selected tree item \ TreeControlDemo
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:37899
    • 提供者:
« 1 23 4 »
搜珍网 www.dssz.com